-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improves readability in BaseHeightMapRenderObjClass::Get_Height_Map_Height #917
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #917 +/- ##
===========================================
- Coverage 2.53% 2.53% -0.01%
===========================================
Files 949 949
Lines 110293 110299 +6
Branches 18881 18881
===========================================
Hits 2800 2800
- Misses 107089 107095 +6
Partials 404 404 ☔ View full report in Codecov by Sentry. |
The variable name convention for non-member non-global is lowercase with underscore: my_variable_name. |
Updated, thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name changes need to not further refactor code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized I did not submit my pending review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let us submit that.
No description provided.